projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9f3dc
)
* process.h: Add extern to synch_process_termsig.
author
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 27 Jan 2004 09:40:23 +0000
(09:40 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Tue, 27 Jan 2004 09:40:23 +0000
(09:40 +0000)
src/ChangeLog
patch
|
blob
|
history
src/process.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4c8af0385939118eeb99d8f19181e7aa49f7eeba..593cebcbbe6907ec3496ffb794229bcd7efe3aea 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2004-01-27 Jan Dj
\e
,Ad
\e
(Brv <jan.h.d@swipnet.se>
+
+ * process.h: Add extern to synch_process_termsig.
+
2004-01-27 Steven Tamm <steventamm@mac.com>
* macterm.c (make_mac_frame, make_mac_terminal_frame): Move
diff --git
a/src/process.h
b/src/process.h
index 74cb218a2d8b44aea27644e9d09f2035ee0ab69f..6e2641d6b065e033a39d2b87590d09e32b428309 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-137,7
+137,7
@@
extern int synch_process_alive;
extern char *synch_process_death;
/* Nonzero => this is the signal number that terminated the subprocess. */
-int synch_process_termsig;
+
extern
int synch_process_termsig;
/* If synch_process_death is zero,
this is exit code of synchronous subprocess. */